home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #11 / CD 11 (Black) - 2001.iso / FAVORG / FAVO_SRC.ZIP / ReadMe.txt < prev    next >
Encoding:
Text File  |  2000-08-01  |  4.2 KB  |  106 lines

  1. ========================================================================
  2.        MICROSOFT FOUNDATION CLASS LIBRARY : FavOrg
  3. ========================================================================
  4.  
  5.  
  6. AppWizard has created this FavOrg application for you.  This application
  7. not only demonstrates the basics of using the Microsoft Foundation classes
  8. but is also a starting point for writing your application.
  9.  
  10. This file contains a summary of what you will find in each of the files that
  11. make up your FavOrg application.
  12.  
  13. FavOrg.dsp
  14.     This file (the project file) contains information at the project level and
  15.     is used to build a single project or subproject. Other users can share the
  16.     project (.dsp) file, but they should export the makefiles locally.
  17.  
  18. FavOrg.h
  19.     This is the main header file for the application.  It includes other
  20.     project specific headers (including Resource.h) and declares the
  21.     CFavOrgApp application class.
  22.  
  23. FavOrg.cpp
  24.     This is the main application source file that contains the application
  25.     class CFavOrgApp.
  26.  
  27. FavOrg.rc
  28.     This is a listing of all of the Microsoft Windows resources that the
  29.     program uses.  It includes the icons, bitmaps, and cursors that are stored
  30.     in the RES subdirectory.  This file can be directly edited in Microsoft
  31.     Visual C++.
  32.  
  33. FavOrg.clw
  34.     This file contains information used by ClassWizard to edit existing
  35.     classes or add new classes.  ClassWizard also uses this file to store
  36.     information needed to create and edit message maps and dialog data
  37.     maps and to create prototype member functions.
  38.  
  39. res\FavOrg.ico
  40.     This is an icon file, which is used as the application's icon.  This
  41.     icon is included by the main resource file FavOrg.rc.
  42.  
  43. res\FavOrg.rc2
  44.     This file contains resources that are not edited by Microsoft 
  45.     Visual C++.  You should place all resources not editable by
  46.     the resource editor in this file.
  47.  
  48.  
  49.  
  50. /////////////////////////////////////////////////////////////////////////////
  51.  
  52. For the main frame window:
  53.  
  54. MainFrm.h, MainFrm.cpp
  55.     These files contain the frame class CMainFrame, which is derived from
  56.     CFrameWnd and controls all SDI frame features.
  57.  
  58. res\Toolbar.bmp
  59.     This bitmap file is used to create tiled images for the toolbar.
  60.     The initial toolbar and status bar are constructed in the CMainFrame
  61.     class. Edit this toolbar bitmap using the resource editor, and
  62.     update the IDR_MAINFRAME TOOLBAR array in FavOrg.rc to add
  63.     toolbar buttons.
  64. /////////////////////////////////////////////////////////////////////////////
  65.  
  66. AppWizard creates one document type and one view:
  67.  
  68. FavOrgDoc.h, FavOrgDoc.cpp - the document
  69.     These files contain your CFavOrgDoc class.  Edit these files to
  70.     add your special document data and to implement file saving and loading
  71.     (via CFavOrgDoc::Serialize).
  72.  
  73. FavOrgView.h, FavOrgView.cpp - the view of the document
  74.     These files contain your CFavOrgView class.
  75.     CFavOrgView objects are used to view CFavOrgDoc objects.
  76.  
  77.  
  78.  
  79. /////////////////////////////////////////////////////////////////////////////
  80. Other standard files:
  81.  
  82. StdAfx.h, StdAfx.cpp
  83.     These files are used to build a precompiled header (PCH) file
  84.     named FavOrg.pch and a precompiled types file named StdAfx.obj.
  85.  
  86. Resource.h
  87.     This is the standard header file, which defines new resource IDs.
  88.     Microsoft Visual C++ reads and updates this file.
  89.  
  90. /////////////////////////////////////////////////////////////////////////////
  91. Other notes:
  92.  
  93. AppWizard uses "TODO:" to indicate parts of the source code you
  94. should add to or customize.
  95.  
  96. If your application uses MFC in a shared DLL, and your application is 
  97. in a language other than the operating system's current language, you
  98. will need to copy the corresponding localized resources MFC42XXX.DLL
  99. from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
  100. and rename it to be MFCLOC.DLL.  ("XXX" stands for the language abbreviation.
  101. For example, MFC42DEU.DLL contains resources translated to German.)  If you
  102. don't do this, some of the UI elements of your application will remain in the
  103. language of the operating system.
  104.  
  105. /////////////////////////////////////////////////////////////////////////////
  106.